home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMMOUSEMOVE / TFRMMOUSEMOVE.txt
Encoding:
Text File  |  2003-01-14  |  3.8 KB  |  164 lines

  1. inherited frmMouseMove: TfrmMouseMove
  2.   HelpContext = 63
  3.   OldCreateOrder = True
  4.   OnClose = FormClose
  5.   OnShow = FormShow
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   inherited pnlTop: TPanel
  9.     inherited lblCommandName: TLabel
  10.       Caption = ''
  11.     end
  12.     inherited memActionDesc: TMemo
  13.       Lines.Strings = (
  14.         'Moves the mouse pointer to the specified pixel coordinates.')
  15.     end
  16.   end
  17.   inherited pnlCenter: TPanel
  18.     inherited pgcControlPage: TPageControl
  19.       inherited tbsAM5Main: TTabSheet
  20.         object lblXPos: TLabel
  21.           Left = 10
  22.           Top = 24
  23.           Width = 73
  24.           Height = 13
  25.           AutoSize = False
  26.           Caption = '&X Pos:'
  27.           FocusControl = edtXPos
  28.         end
  29.         object lblYPos: TLabel
  30.           Left = 123
  31.           Top = 24
  32.           Width = 73
  33.           Height = 13
  34.           AutoSize = False
  35.           Caption = '&Y Pos:'
  36.           FocusControl = edtYPos
  37.         end
  38.         object lblCurrentLocation: TLabel
  39.           Left = 10
  40.           Top = 122
  41.           Width = 169
  42.           Height = 14
  43.           AutoSize = False
  44.           Caption = 'Current mouse location:'
  45.         end
  46.         object lblPressKey: TLabel
  47.           Left = 10
  48.           Top = 136
  49.           Width = 169
  50.           Height = 47
  51.           AutoSize = False
  52.           Caption = '(Press the insert key to capture)'
  53.           WordWrap = True
  54.         end
  55.         object lblCoordinates: TLabel
  56.           Left = 204
  57.           Top = 136
  58.           Width = 16
  59.           Height = 13
  60.           Alignment = taRightJustify
  61.           Caption = '1,1'
  62.         end
  63.         object edtXPos: TEdit
  64.           Left = 10
  65.           Top = 40
  66.           Width = 102
  67.           Height = 21
  68.           TabOrder = 0
  69.           OnKeyUp = edtXPosKeyUp
  70.         end
  71.         object edtYPos: TEdit
  72.           Left = 121
  73.           Top = 40
  74.           Width = 102
  75.           Height = 21
  76.           TabOrder = 1
  77.           OnKeyUp = edtXPosKeyUp
  78.         end
  79.         object rdoRelative: TRadioButton
  80.           Left = 10
  81.           Top = 73
  82.           Width = 431
  83.           Height = 13
  84.           Caption = 'Relative to &foreground window'
  85.           Checked = True
  86.           TabOrder = 2
  87.           TabStop = True
  88.           OnKeyUp = edtXPosKeyUp
  89.         end
  90.         object rdoAbsolute: TRadioButton
  91.           Left = 10
  92.           Top = 98
  93.           Width = 431
  94.           Height = 13
  95.           Caption = 'Relative to &screen'
  96.           TabOrder = 3
  97.           OnKeyUp = edtXPosKeyUp
  98.         end
  99.       end
  100.       object TabSheet1: TTabSheet [1]
  101.         Caption = 'Advanced'
  102.         ImageIndex = 3
  103.         object Label4: TLabel
  104.           Left = 10
  105.           Top = 16
  106.           Width = 181
  107.           Height = 13
  108.           Caption = 'Add a &pause after moving the mouse:'
  109.           FocusControl = edtPauseAfter
  110.         end
  111.         object Label2: TLabel
  112.           Left = 241
  113.           Top = 40
  114.           Width = 89
  115.           Height = 13
  116.           AutoSize = False
  117.           Caption = 'ms'
  118.         end
  119.         object edtPauseAfter: TEdit
  120.           Left = 10
  121.           Top = 32
  122.           Width = 224
  123.           Height = 21
  124.           AutoSize = False
  125.           TabOrder = 0
  126.         end
  127.       end
  128.     end
  129.   end
  130.   inherited dxSIBarManager: TdxBarManager
  131.     Categories.ItemsVisibles = (
  132.       2)
  133.     Categories.Visibles = (
  134.       True)
  135.     PopupMenuLinks = <
  136.       item
  137.         Control = lsvAM5Errors
  138.         PopupMenu = dxCheckPopup
  139.       end>
  140.     DockControlHeights = (
  141.       0
  142.       0
  143.       0
  144.       0)
  145.   end
  146.   inherited dxCheckPopup: TdxBarPopupMenu
  147.     ItemLinks = <
  148.       item
  149.         Item = itmCheckAllErrors
  150.         UserGlyph.Data = {00000000}
  151.         Visible = True
  152.       end
  153.       item
  154.         Item = itmCheckNoErrors
  155.         UserGlyph.Data = {00000000}
  156.         Visible = True
  157.       end>
  158.   end
  159.   inherited IvTranslator1: TIvTranslator
  160.     Left = 304
  161.     Top = 176
  162.   end
  163. end
  164.